home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 3.iso / dist / fw_qt3.idb / usr / freeware / Qt / examples / dirview / dirview.doc.z / dirview.doc
Text File  |  2002-04-08  |  704b  |  37 lines

  1.  
  2. /*
  3. $Id$
  4. */
  5. /*! \page dirview-example.html
  6.  
  7.   \ingroup examples
  8.   \title A Directory Browser
  9.  
  10.   This example program demonstrates how to use a listview and
  11.   listview items to build a multi-column hierarchical, memory- and
  12.   CPU-efficient directory browser. It also demonstrates how to use
  13.   Drag&Drop in a listview.
  14.  
  15.   <hr>
  16.  
  17.   Header file:
  18.  
  19.   \include dirview/dirview.h
  20.  
  21.   <hr>
  22.  
  23.   And here is the main implementation file.  Note the way the program
  24.   scans subdirectories only when it has to.  This allows the program
  25.   to handle very large file systems efficiently.  The same technique
  26.   can be used in any other trees.
  27.  
  28.   \include dirview/dirview.cpp
  29.  
  30.   <hr>
  31.  
  32.   Main:
  33.  
  34.   \include dirview/main.cpp
  35. */
  36.  
  37.